home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / appmak.zip / README.TXT < prev   
Text File  |  1993-07-15  |  4KB  |  78 lines

  1. AppMaker - v1.0
  2.  
  3. ********** What it does:
  4.     AppMaker creates a skeleton for a Windows based application
  5. which is compatible with  Visual C++ and MFC 2.0. It allows you from
  6. constantly copying the source to Generic.exe each time you want to
  7. put together a quick test program.
  8.  
  9. ********** How much is it?
  10.     It's free!
  11.  
  12. ********** Why not use AppWizard?
  13.     If you are creating a LARGE application like Excel or WinWord
  14. then AppWizard will get you off to a good running start. SMALL apps
  15. are a different story. Small applications are created frequently to
  16. try a new piece of code or to test a DLL. Sometimes all you want to do
  17. is display some text and send a few messages to another window.
  18.  
  19.     In times like this a full-blown application doesn't make sense.
  20. You don't want the overhead and hassles of multiple source and header
  21. files along with a Document-View architecture. All you want is a simple
  22. and functional Windows program.
  23.  
  24. ********** Advantages of AppMaker:
  25.     1 - Your main window is a dialog box. This allows you to use
  26. AppStudio to design and draw your window much like Visual Basic does.
  27.  
  28.     2 - You application will not fall short on functionality. Your
  29. application will have an icon, menu, accelerators, etc.
  30.  
  31.     3 - The windows dialog manager takes care of WM_PAINT (OnPaint)
  32. messages as well as tabbing between the various controls. You don't
  33. have to deal with any of this.
  34.  
  35.     4 - You still have 100% access to all of your development tools
  36. such as AppStudio and ClassWizard to help code and build your application.
  37.  
  38. ********** How do I start using it ?
  39.     The only file you need is AppMaker.exe. Run it and select a empty
  40. directory from the Dir. list box. Enter name for your new application
  41. name in the edit box. The application name is limited to 8 chars. and
  42. must not contain commas, periods or any other characters which can not
  43. be used in a filename. Select the options you want and press the 'Create'
  44. button. A dialog box will appear telling you that the application has
  45. been created and what to do next.
  46.  
  47. ********** I want to know more details!
  48.     Several files (.CPP, .H, .DEF, .RC, .MAK, etc) will be created
  49. using the application name as the base name of the files. Open the
  50. makefile (.MAK) from Visual Workbench or double click on it using
  51. File Manager. You can compile the program immediately after opening
  52. the project. You may also want to open and view the .CPP file for
  53. more information.
  54.  
  55.     Although the application does nothing, it will display a empty
  56. dialog box. You can go into AppStudio and edit the dialog box. You can
  57. add controls and message handlers for them. As mentioned at the top of
  58. the .CPP file, you will have to perform a few simple steps when you use 
  59. ClassWizard for the first time on a new application.
  60.  
  61. ********** In closing.....
  62.     I hope you find AppMaker useful and that these instructions
  63. adequate. If there is another application out there (shareware or
  64. retail) with the name AppMaker, I apologize for accidentally naming
  65. this program the same as yours. No harm is intended.
  66.  
  67.     If you don't understand my instructions or how this works,
  68. drop me a line. I'd be glad to talk to you about it. If you have
  69. any other questions/comments/suggestions then let me know. I can
  70. be reached on CompuServe at 75730, 2257 or by voice at (315) 732-4542.
  71.  
  72. Final Note: AppMaker requires CTL3D.DLL to run. The latest version is
  73. included with this. Place CTL3D.DLL in your Windows\System directory
  74. if it isn't already there.
  75.  
  76.         - Mark Szamrej - 
  77.  
  78.